home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / pc / program / title.dxr / 00141_helpNext,up.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  394 b   |  15 lines

  1. on mouseDown
  2.   global status
  3.   if button2() then
  4.     puppetSprite(19, 1)
  5.     set the type of sprite 19 to 1
  6.     set the ink of sprite 19 to 0
  7.     set the foreColor of sprite 19 to 255
  8.     set the backColor of sprite 19 to 0
  9.     set the castNum of sprite 19 to the number of member "help2"
  10.     set the locH of sprite 19 to 320
  11.     set the locV of sprite 19 to 251
  12.     updateStage()
  13.   end if
  14. end
  15.